runtime.traceStackTable.tab (field)
6 uses
	runtime (current package)
		traceruntime.go#L60: 	lockInit(&trace.stackTab[0].tab.mem.lock, lockRankTraceStackTab)
		traceruntime.go#L61: 	lockInit(&trace.stackTab[1].tab.mem.lock, lockRankTraceStackTab)
		tracestack.go#L133: 	tab traceMap
		tracestack.go#L142: 	id, _ := t.tab.put(noescape(unsafe.Pointer(&pcs[0])), uintptr(len(pcs))*unsafe.Sizeof(uintptr(0)))
		tracestack.go#L152: 	if root := (*traceMapNode)(t.tab.root.Load()); root != nil {
		tracestack.go#L156: 	t.tab.reset()
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |